home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / becherov xmas / becherov_xp_setup.exe / Becherov_xp.exe / 0 / RCDATA / TFORMGAME / TFORMGAME.txt < prev   
Text File  |  2004-12-27  |  4KB  |  188 lines

  1. object FormGame: TFormGame
  2.   Left = 452
  3.   Top = 253
  4.   AlphaBlendValue = 248
  5.   BorderStyle = bsDialog
  6.   Caption = 'Becherov Xmas Party 1.2'
  7.   ClientHeight = 392
  8.   ClientWidth = 402
  9.   Color = 4408131
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ImageBackground: TImage
  26.     Left = 0
  27.     Top = 0
  28.     Width = 402
  29.     Height = 402
  30.     Picture.Data = {<image001.bmp>}
  31.   end
  32.   object ImageFace: TImage
  33.     Left = 32
  34.     Top = 204
  35.     Width = 100
  36.     Height = 100
  37.   end
  38.   object LabelLanguage: TLabel
  39.     Left = 32
  40.     Top = 144
  41.     Width = 103
  42.     Height = 13
  43.     Caption = 'Language / Jazyk'
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clWhite
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = [fsBold]
  49.     ParentFont = False
  50.   end
  51.   object LabelPlayer: TLabel
  52.     Left = 32
  53.     Top = 176
  54.     Width = 77
  55.     Height = 13
  56.     Caption = 'Player / Hr'#225#269
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWhite
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = [fsBold]
  62.     ParentFont = False
  63.   end
  64.   object ImageStart: TImage
  65.     Left = 1
  66.     Top = 359
  67.     Width = 401
  68.     Height = 33
  69.     Cursor = crHandPoint
  70.     Picture.Data = {<image002.bmp>}
  71.     OnClick = ImageStartClick
  72.   end
  73.   object LabelPlayerArrow: TLabel
  74.     Left = 16
  75.     Top = 173
  76.     Width = 11
  77.     Height = 17
  78.     Caption = '4'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWhite
  81.     Font.Height = -11
  82.     Font.Name = 'Webdings'
  83.     Font.Style = []
  84.     ParentFont = False
  85.   end
  86.   object LabelLanguageArrow: TLabel
  87.     Left = 16
  88.     Top = 141
  89.     Width = 11
  90.     Height = 17
  91.     Caption = '4'
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clWhite
  94.     Font.Height = -11
  95.     Font.Name = 'Webdings'
  96.     Font.Style = []
  97.     ParentFont = False
  98.   end
  99.   object ComboBoxLanguage: TComboBox
  100.     Left = 304
  101.     Top = 140
  102.     Width = 89
  103.     Height = 21
  104.     Style = csDropDownList
  105.     ItemHeight = 13
  106.     ItemIndex = 0
  107.     TabOrder = 0
  108.     Text = 'English'
  109.     OnChange = ComboBoxLanguageChange
  110.     Items.Strings = (
  111.       'English'
  112.       #268'e'#353'tina')
  113.   end
  114.   object ButtonPlayerRemove: TButton
  115.     Left = 160
  116.     Top = 312
  117.     Width = 105
  118.     Height = 25
  119.     Caption = 'Remove/Odstranit'
  120.     Enabled = False
  121.     TabOrder = 1
  122.     OnClick = ButtonPlayerRemoveClick
  123.   end
  124.   object ButtonPlayerAdd: TButton
  125.     Left = 304
  126.     Top = 312
  127.     Width = 89
  128.     Height = 25
  129.     Caption = 'Add/P'#345'idat'
  130.     TabOrder = 2
  131.     OnClick = ButtonPlayerAddClick
  132.   end
  133.   object ButtonFaceNext: TButton
  134.     Left = 89
  135.     Top = 312
  136.     Width = 35
  137.     Height = 25
  138.     Caption = '>'
  139.     Enabled = False
  140.     TabOrder = 3
  141.     OnClick = ButtonFaceNextClick
  142.   end
  143.   object ButtonFacePrevious: TButton
  144.     Left = 43
  145.     Top = 312
  146.     Width = 35
  147.     Height = 25
  148.     Caption = '<'
  149.     Enabled = False
  150.     TabOrder = 4
  151.     OnClick = ButtonFacePreviousClick
  152.   end
  153.   object ListViewPlayer: TListView
  154.     Left = 160
  155.     Top = 176
  156.     Width = 233
  157.     Height = 129
  158.     Columns = <
  159.       item
  160.         Caption = 'Nick/P'#345'ezd'#237'vka'
  161.         Width = 190
  162.       end>
  163.     HideSelection = False
  164.     RowSelect = True
  165.     TabOrder = 5
  166.     ViewStyle = vsReport
  167.     OnChange = ListViewPlayerChange
  168.     OnEdited = ListViewPlayerEdited
  169.     OnKeyDown = ListViewPlayerKeyDown
  170.   end
  171.   object ButtonStart: TButton
  172.     Left = 16
  173.     Top = 400
  174.     Width = 75
  175.     Height = 25
  176.     Caption = 'ButtonStart'
  177.     Default = True
  178.     TabOrder = 6
  179.     OnClick = ButtonStartClick
  180.   end
  181.   object ImageListFaces: TImageList
  182.     Height = 100
  183.     Width = 100
  184.     Left = 368
  185.     Top = 8
  186.   end
  187. end
  188.